home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pagemakerclasslibrary / commands / pprintoptionsps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-04  |  689 b   |  36 lines

  1. /*
  2.  *--- PPrintOptionsPS.h ---------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PPrintOptionsPS__
  10. #define __PPrintOptionsPS__
  11.  
  12. #include "PMTypes.h"
  13.  
  14. class PPrintOptionsPS
  15. {
  16.  
  17. public:
  18.  
  19.     PPrintOptionsPS
  20.       (    short    cGraphics,
  21.         PMBool    bMarks,
  22.         PMBool    bPageInfo,
  23.         PMBool    bSendData,
  24.         short    cDownload,
  25.         PMBool    bSymbol,
  26.         PMBool    bErrHandler );
  27.  
  28. private:
  29.  
  30.     PPrintOptionsPS();
  31. };
  32.  
  33. #endif
  34.  
  35. // end of PPrintOptionsPS.h
  36.